FileSelectorSettings

data class FileSelectorSettings(val type: String, val allowMultiple: Boolean = false, val localOnly: Boolean = true)

Settings to configure the file selection criteria

Parameters

type

List of file types to select

allowMultiple

Used to indicate the multiple files can be selected

localOnly

Used to indicate that only data that is on the local device should be returned

Constructors

Link copied to clipboard
constructor(type: String, allowMultiple: Boolean = false, localOnly: Boolean = true)

Properties

Link copied to clipboard
val allowMultiple: Boolean = false
Link copied to clipboard
val localOnly: Boolean = true
Link copied to clipboard